home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / ListingInspector.nib / data.classes next >
Text File  |  1994-12-14  |  818b  |  58 lines

  1. ListingInspector = {
  2.     ACTIONS = {
  3.     setListingLeaderText:;
  4.     setLeaderType:;
  5.     };
  6.     OUTLETS = {
  7.     leaderMtx;
  8.     leaderText;
  9.     };
  10.     SUPERCLASS = PGInspector;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. PGInspector = {
  18.     ACTIONS = {
  19.     default:;
  20.     setMicroInspector:;
  21.     set:;
  22.     revert:;
  23.     };
  24.     OUTLETS = {
  25.     styleIconMatrix;
  26.     microInspectorMtx;
  27.     window;
  28.     microInspectorSlot;
  29.     loadedSelection;
  30.     tailoredItems;
  31.     loadedStyleList;
  32.     currentStyleTextField;
  33.     styleTitleMatrix;
  34.     stringTable;
  35.     currentStyleButton;
  36.     blankMicroPanel;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. PageOneApp = {
  41.     ACTIONS = {
  42.     terminate:;
  43.     performMenuAction:;
  44.     new:;
  45.     info:;
  46.     help:;
  47.     open:;
  48.     };
  49.     OUTLETS = {
  50.     infoPanel;
  51.     spotColorWell;
  52.     inspector;
  53.     pagePalette;
  54.     stringTable;
  55.     };
  56.     SUPERCLASS = Application;
  57. };
  58.